[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
SUBSTR           Generate a Substring                               Directive

  name SUBSTR string, position [,size]

     You use SUBSTR to make a substring out of string. The label
     name is assigned a substring of string which starts at
     position and is size characters long.

       Notes:     If you do not give a value for size, all characters
                  from position to the end of string are used.

See Also: CATSTR INSTR SIZESTR
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson